home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 6984 / 6984.xpi / chrome / lazarus.jar / content / template-save.xul < prev    next >
Extensible Markup Language  |  2009-11-24  |  999b  |  29 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
  3. <?xml-stylesheet href="chrome://lazarus/skin/template-save.css" type="text/css"?>
  4. <!DOCTYPE dialog SYSTEM "chrome://lazarus/locale/template-save.dtd">
  5.  
  6. <dialog id="lazarusTemplateSave" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" 
  7.     title="&lazarus.templatesave.title;" onload="init()"
  8.     buttonlabelaccept="&lazarus.templatesave.save;"
  9.     ondialogaccept="return onOK();"
  10.     minwidth="300"
  11.     >
  12.     
  13.     <script type="text/javascript" src="common.js" />
  14.     <script type="text/javascript" src="template-save.js" />
  15.     
  16.     <description>&lazarus.templatesave.instructions;</description>
  17.     
  18.     <menulist id="template-name" editable="true" label="">
  19.         <menupopup id="template-names">
  20.             
  21.         </menupopup>
  22.     </menulist>
  23.     
  24.     <checkbox id="template-autofill" label="&template.autofill.label;" />
  25.     
  26. </dialog>
  27.  
  28.  
  29.